projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3aaa90e
)
(rmail-resend): Use send-mail-function.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 6 Jan 1994 11:48:28 +0000
(11:48 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 6 Jan 1994 11:48:28 +0000
(11:48 +0000)
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index d852b73586f72dc86763b475be1199df86ffa537..59ffd2618761ce75aca764ec015862bbdf775a4c 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-1928,7
+1928,7
@@
typically for purposes of moderating a list."
;; Don't expand aliases in the destination fields
;; of the original message.
(let (mail-aliases)
- (
sendmail-send-it
)))
+ (
funcall send-mail-function
)))
(kill-buffer tembuf))
(rmail-set-attribute "resent" t rmail-current-message)))